home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Arcade Classics
/
Arcade Classics.iso
/
data
/
Platform
/
c_kong
/
c_kong.bat
< prev
next >
Wrap
DOS Batch File
|
2002-05-29
|
289b
|
22 lines
@echo off
cls
md c:\gm_tmp > NUL:
cls
copy \data\deltree.exe c:\deltree.exe > NUL:
\data\moment.exe
\data\unace32 x -y c_kong.ace c:\gm_tmp\ > NUL:
cls
c:
cd \gm_tmp
ckong -s
c:
cd \
deltree /Y c:\gm_tmp > NUL:
del deltree.exe > NUL:
goto einde
:einde
@echo off
cls